home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 799 b | 24 lines | [TEXT/GEOL] |
- Item forwarded by MACAPP.ADMIN to NORVELL.J
-
- Item forwarded by A33 to A34
-
- Item 1126946 9-April-90 19:42PDT
-
- From: CHESLEY1 Chesley, Harry
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: TTranscript bug
-
- I believe I've run into a bug in the TTranscript class of 2.0 final. But there
- is a simple work-around, in case anyone else is also using that class.
-
- The problem is that fFontInfo is not getting initialized properly (it should be
- set in CommonInit, and isn't). This causes the transcript view to display
- nothing at all.
-
- The simple work-around is to call InstallTextStyle right after initializing.
- This method does properly set fFontInfo, thus cleaning up after the incomplete
- initialization.
-
-